write efficient造句
例句与造句
- Understanding the dispatch pipes is important to write efficient code.
- I want to know more about writing efficient queries.
- In order to write efficient Prolog programs, a basic understanding of how the WAM works can be advantageous.
- Lazy evaluation is often combined with memoization, as described in Jon Bentley's " Writing Efficient Programs ".
- Understanding the limitations of the restrictive two pipeline design is one of the key concepts a programmer must grasp to write efficient SPU code at the lowest level of abstraction.
- It's difficult to find write efficient in a sentence. 用write efficient造句挺难的
- The " SC Server " application supports a simple C plugin API making it easy to write efficient sound algorithms ( unit generators ), which can then be combined into graphs of calculations.
- It does not test the programmer's ability to write efficient algorithms, for example, though it does test knowledge of which collections should be selected in order to implement efficient algorithms without re-inventing the wheel.
- His second book, " Zen of Assembly Language Volume 1 : Knowledge " ( 1990 ), focused on writing efficient assembly code for the 16-bit 8086 processor, but was released after the 80486 CPU was already available.
- Then I fiddled around with writing efficient sprite handlers in assembly and found that there was an entire community that thought in the same way-the cult-like demo community that has its roots in the good old days of the home computer back in the early eighties.
- At the end of Jon Bentley's book " Writing Efficient Programs ", the author warns that making code more efficient generally also makes it harder to understand and maintain, and so one does not rush in and tweak code unless one has first determined that there "'is "'a performance problem, and measures such as code profiling have pinpointed the exact location of the bottleneck.